home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / fortran / fckdemo1.zip / EQUIV.LST < prev    next >
File List  |  1994-04-12  |  1KB  |  58 lines

  1.  FORCHECK PC V11.10  MS5 compiler emulation  02-Feb-94  11:09:44  page: 1
  2.  EQUIV.FOR  
  3.  
  4.  
  5.       1 c
  6.       2 c                       FORCHECK
  7.       3 c               Verify equivalences
  8.       4 
  9.       5         COMMON /COM1/ iar(10)
  10.       6         INTEGER iarq(5,3)
  11.       7         EQUIVALENCE (iar, iarq)
  12.       8 
  13.       9         END
  14.  
  15.  FORCHECK PC V11.10          .MAIN.          02-Feb-94  11:09:44  page: 2
  16.  EQUIV.FOR  
  17.  
  18.  
  19.  line      7: IARQ
  20.  **[171 W] extension of COMMON through EQUIVALENCE
  21.  
  22.  
  23.  ENTRY          TYPE NARG  LINE
  24.  
  25.     .MAIN.         P
  26.  
  27.  
  28.  VARIABLE  TYPE     RANK  OPERATIONS  LINES
  29.  
  30.     IAR     I*4       1    C*Q        5  7
  31.     IARQ    I*4       2    C*Q        6  7
  32.  
  33.  
  34.  COMMON_BLOCK   TYPE   LENGTH       OPERATIONS
  35.  
  36.    /COM1/         N        60        C*Q
  37.    /COM1/
  38.  **[110 I] unreferenced
  39.  
  40.  FORCHECK PC V11.10  MS5 compiler emulation  02-Feb-94  11:09:44  page: 3
  41.  
  42.  
  43.  *END OF ANALYSIS*
  44.  
  45.  messages presented:
  46.     1x[110 I] unreferenced
  47.     1x[171 W] extension of COMMON through EQUIVALENCE
  48.  
  49.  number of warnings:                      1
  50.  number of informative messages:          1
  51.  
  52.                                       total  not-included
  53.  number of noncomment source lines:       4             4
  54.  number of nonempty comment lines:        2             2
  55.  number of statements:                    4             4
  56.  number of subprograms:                   1
  57.  number of source files:                  1
  58.